projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c6fac
)
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
author
Jason Rumney
<jasonr@gnu.org>
Sun, 12 Mar 2006 17:20:13 +0000
(17:20 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 12 Mar 2006 17:20:13 +0000
(17:20 +0000)
to interpret it as a fake path and messing with it.
nt/makefile.w32-in
patch
|
blob
|
history
diff --git
a/nt/makefile.w32-in
b/nt/makefile.w32-in
index ca1e22b93bbab2a1490ace41b8c0a3f7038ca822..5e8de8bdf6511d07a90d9d1098d5a0a169597723 100644
(file)
--- a/
nt/makefile.w32-in
+++ b/
nt/makefile.w32-in
@@
-180,7
+180,7
@@
install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
- $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin
\r
- $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin
\r
- $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
\r
- - "$(INSTALL_DIR)/bin/addpm"
/
q
\r
+ - "$(INSTALL_DIR)/bin/addpm"
-
q
\r
- $(DEL) ../same-dir.tst
\r
- $(DEL) $(INSTALL_DIR)/same-dir.tst
\r
echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
\r